Skip to main content

Android Native Button

Type

widget

Summary

This widget is a native button on Android.

Description

This widget is a native button on Android.

Compatibility and Support

OS

android

Platforms

mobile

Children Properties

Property

NameSummarySyntax
enabledWhether the button is active and responds to user actionset the enabled of <widget> to {true | false} get the enabled of <widget>
labelColorThe color of the text of the button labelset the labelColor of <widget> to <pLabel> get the labelColor of <widget>
labelThe label displayed by the button.set the label of <widget> to <pLabel> get the label of <widget>